home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 109 / Ultra Gameplayers 109.iso / pc / media / new_ugp.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  162 b   |  8 lines

  1. on mouseUp
  2.   if the platform contains "Macintosh" then
  3.     open("ULTRAGP:Online:Install AOL:Install AOL 3.0.1")
  4.   else
  5.     open("AOL95\Setup95.exe")
  6.   end if
  7. end
  8.